home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
juji.swf
/
scripts
/
frame_3
/
PlaceObject2_14_485
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2003-03-01
|
380b
|
25 lines
onClipEvent(enterFrame){
medic = _root.score;
if(medic eq 5000)
{
with(_root.medicMC)
{
gotoAndPlay(2);
}
}
if(medic eq 10000)
{
with(_root.medicMC)
{
gotoAndPlay(2);
}
}
if(medic eq 12500)
{
tellTarget(_root)
{
gotoAndStop("bosscoming");
}
}
}